home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Code / Chapter11 / ScanTheSkiesApplet.java < prev    next >
Text File  |  2000-07-18  |  188b  |  14 lines

  1.  
  2. package applets;
  3.  
  4. import shout3d.*;
  5.  
  6.  
  7. public class ScanTheSkiesApplet extends Shout3DApplet {
  8.  
  9.     public void initShout3DPanel(){
  10.         panel = new ScanTheSkiesPanel(this);
  11.     }
  12.     
  13. }
  14.